Ignore live flag on PAE/64-bit migrations, rather than
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 22 Nov 2005 11:04:03 +0000 (12:04 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 22 Nov 2005 11:04:03 +0000 (12:04 +0100)
failing the migration entirely.

Signed-off-by: Keir Fraser <keir@xensource.com>
tools/libxc/xc_linux_save.c

index 0863ac6675aecbc2b859602a36deb19634e715a6..2a0971d07e9cd90c40efb44950095f4c18686d1e 100644 (file)
@@ -731,7 +731,7 @@ int xc_linux_save(int xc_handle, int io_fd, uint32_t dom, uint32_t max_iters,
 
     if (live && (pt_levels != 2)) {
         ERR("Live migration supported only for 32-bit non-pae");
-        goto out;
+        live = 0;
     }
 
     if (live) {